/*首頁產品輪撥*/

.caroufredsel_wrapper{
	width:1000px;
}
#carouseltwo img {
	width: 216px;
	height: 155px;
}
#carouseltwo{
	width: 1000px;
	margin: 0px auto;
	margin-left: 50px;
	float: left;
}
#carouseltwo a {
	width: 216px;
	margin:5px;
	float: left;
}

#in_pro_box02{
	margin-top: 10px;
}
.in_pro_title02{
	padding-left: 20px;
	padding-bottom:15px;
}
.in_pro_pic02{
	width: 216px;
	height:155px;
	margin-bottom:15px;
}
.in_pro_text{
	position: absolute;
	padding-left: 30px;
	margin-top: -44px;
	width: 186px;
	height: 30px;
	line-height: 30px;
	text-align:left;
	font-size: 14px;
	font-family: Arial;
	color: #020202;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	/*background-color: #f2ad00;*/
	background: rgba(242,173,0,0.8) url(../images/icon_arrow.png) no-repeat;
	background-position: 5% 50%;
}
.in_pro_text:hover{
	background-color: #f2ad00;
}
#in_prev02, #in_next02 {
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 22px;
	height: 118px;
	position:relative;
	text-overflow:ellipsis;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
}
#in_prev02 {
	background:url(../images/arrow_l.png) no-repeat;
    left: -930px;
	top:60px;
}
#in_prev02:hover {
	left: -930px;
	}
#in_next02 {
	left:0px;
	top:-50px;
	background:url(../images/arrow_r.png) no-repeat;
}
#in_next02:hover{
	right:0px;
}